28078b4a6f000f586f5369480155781cdc47f4c6,tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/OSGiIntegrationTestSupport.java,OSGiIntegrationTestSupport,getDefaultCamelKarafOptions,#,119
Before Change
scanFeatures(getKarafFeatureUrl(), "spring", "spring-dm", "jetty"),
// using the features to install the camel components
scanFeatures(getCamelKarafFeatureUrl(),
"xml-specs-api", "camel-core", "camel-spring", "camel-test"),
workingDirectory("target/paxrunner/"));
After Change
scanFeatures(getKarafFeatureUrl(), "spring", "spring-dm", "jetty"),
// install the cxf jaxb spec as the karaf doesn't provide it by default
scanFeatures(getCamelKarafFeatureUrl(), "cxf-jaxb"),
// using the features to install the camel components
scanFeatures(getCamelKarafFeatureUrl(),